home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / esc / ESCWindow$5.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  1.2 KB  |  33 lines

  1. package com.extensibility.esc;
  2.  
  3. import com.extensibility.app.UI;
  4. import java.awt.event.MouseAdapter;
  5. import java.awt.event.MouseEvent;
  6.  
  7. class ESCWindow$5 extends MouseAdapter {
  8.    // $FF: synthetic field
  9.    final ESCWindow this$0;
  10.  
  11.    public void mousePressed(MouseEvent var1) {
  12.       if (var1.getClickCount() >= 2) {
  13.          String var2 = (String)this.this$0.prefs.get(UI.getString("refresh.on"));
  14.          if (var2 == null) {
  15.             var2 = UI.getString("refresh.on.value");
  16.          }
  17.  
  18.          if (var2.equalsIgnoreCase("true")) {
  19.             this.this$0.prefs.put(UI.getString("refresh.on"), "false");
  20.          } else {
  21.             this.this$0.prefs.put(UI.getString("refresh.on"), "true");
  22.          }
  23.  
  24.          ESCWindow.access$7000371(this.this$0);
  25.       }
  26.  
  27.    }
  28.  
  29.    ESCWindow$5(ESCWindow var1) {
  30.       this.this$0 = var1;
  31.    }
  32. }
  33.